luci-theme-openwrt-2020: add missing css success color
authorFlorian Eckert <[email protected]>
Thu, 11 Mar 2021 10:06:04 +0000 (11:06 +0100)
committerFlorian Eckert <[email protected]>
Fri, 12 Mar 2021 14:03:02 +0000 (15:03 +0100)
Signed-off-by: Florian Eckert <[email protected]>
(cherry picked from commit e0c0e468e64e9b425784650c23a894b8a0f4d407)

themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css

index b6a042a5b8a1426b4300168eecb1c256e55d03af..cf83e806024fc19ed2b131f336188d40e8e88f11 100644 (file)
@@ -5,6 +5,7 @@
        --secondary-dark-color: #212322;
        --danger-color: #CC1111;
        --warning-color: #CC8800;
+       --success-color: #5CB85C;
        --regular-font: "GalanoGrotesqueW00-Regular";
        --base-font-size: 16px;
 }
@@ -853,6 +854,10 @@ ul > li {
        background: var(--danger-color);
 }
 
+.alert-message.success {
+       background: var(--success-color);
+}
+
 .alert-message .btn {
        background: inherit;
        box-shadow: 0 0 2px var(--secondary-bright-color);